All Questions
2 questions
8votes
1answer
716views
Why does OS X `install` errors on redirected input when the same version of `install` on linux works fine?
I would like to use install command in order to create a new executable file with pre-populated content (e.g. with single pwd command in it). So I've extended this example which creates a new empty ...
1vote
1answer
762views
List files, directories and executables in current directory
I have php shell and I have function that do just that (but it give me error when I call scandir($path) function because of restriction in php), so I need to use my bash shell to do the same. It can ...